Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump cbrgm/mastodon-github-action from 1 to 2 #458

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2024

Bumps cbrgm/mastodon-github-action from 1 to 2.

Release notes

Sourced from cbrgm/mastodon-github-action's releases.

v2.0.0

Overview

The Mastodon Send GitHub Action has been upgraded to v2, introducing a suite of enhancements and new features aimed at providing a more versatile and user-friendly experience for automating Mastodon toots via GitHub Actions. Building on the solid foundation of v1, this latest version extends functionality while maintaining ease of use and flexibility in integrating Mastodon into your CI/CD pipelines.

What's New in v2

Extended Input Parameters

  • Enhanced Visibility Control: Alongside the existing public, unlisted, private, and direct visibility options, v2 defaults to public if no visibility is specified, ensuring your messages reach the audience you intend without extra configuration.
  • Sensitive Content Handling: Mark toots as sensitive with the new sensitive input, protecting viewers from potential spoilers or sensitive material.
  • Spoiler Text Addition: Accompany sensitive toots with spoiler-text, providing a content warning that precedes the main message.
  • Language Specification: Define the toot's language with the language input, aiding in content categorization and enhancing accessibility.
  • Scheduled Toots: Plan your communications by scheduling toots for future publication using the scheduled-at input, formatted in ISO 8601 for precision and clarity.

Improved Outputs for Enhanced Integrations

  • Outputs have been expanded to include id, url, and scheduled_at of the posted toot, facilitating further actions or integrations within your workflows.

Container Support

  • v2 can be executed independently within a container, offering greater flexibility for different CI/CD setups: podman run --rm -it ghcr.io/cbrgm/mastodon-github-action:v2 --help.

Go Enhancements

  • The action is now backed by Go

What's Changed

... (truncated)

Commits
  • b97a4c2 chore(ci): auto-publish new release tag every month
  • c6bac7b chore(ci): auto-publish new release tag every month
  • 7426415 ci(tools): update giantswarm/install-binary-action action to v3
  • f8ff0a6 chore(ci): update golangci-lint to v1.59.1
  • b3cd12e patch(deps): update module github.com/alexflint/go-arg to v1.5.1
  • 002afc2 ci(tools): update docker/build-push-action action to v6
  • 38aed75 chore(ci): update golangci-lint use colored-line-number option, fix stale iss...
  • b02016b chore(golangci): update golangci-lint to v.1.59.0
  • 1e0783d chore(deps): update docker digests to v3.20
  • 1e3cc54 minor(deps): update module github.com/alexflint/go-arg to v1.5.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cbrgm/mastodon-github-action](https://github.com/cbrgm/mastodon-github-action) from 1 to 2.
- [Release notes](https://github.com/cbrgm/mastodon-github-action/releases)
- [Commits](cbrgm/mastodon-github-action@v1...v2)

---
updated-dependencies:
- dependency-name: cbrgm/mastodon-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 11, 2024
@jdrouet jdrouet changed the title build(deps): Bump cbrgm/mastodon-github-action from 1 to 2 build(deps): bump cbrgm/mastodon-github-action from 1 to 2 Aug 11, 2024
@jdrouet jdrouet merged commit e941d01 into main Aug 11, 2024
4 of 5 checks passed
@jdrouet jdrouet deleted the dependabot/github_actions/cbrgm/mastodon-github-action-2 branch August 11, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant